Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.
Gray values above the threshold are converted to white, gray values below the threshold are converted to black.
Initializes a new Object.
This method supports the internal library infrastructure and should not be used by external client code.